GtkDialog: Use the new helpers
authorMatthias Clasen <mclasen@redhat.com>
Sat, 25 Apr 2015 23:33:52 +0000 (19:33 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 27 Apr 2015 05:15:23 +0000 (01:15 -0400)
commit4ee291c8f13c45e6f7579b3639947ff94aa26697
tree93d373abfb88a913119e2404fc35c91468577a55
parentf11fedb719889692eda91e23c7f45a97369620a2
GtkDialog: Use the new helpers

Instead of issuing g_warning, fill the provided GError.
This lets us test this error handling, and is the right
thing to do. Use the new GtkBuilder helpers and
g_markup_collect_attributes to do so.
gtk/gtkdialog.c